home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
jazlib.arc
/
JZSETCUR.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-12-18
|
170 b
|
12 lines
#include <jaz.h>
jzsetcur( fstart,fend)
int fstart,fend;
{
TREG wreg;
wreg.x.ax = 0x100;
wreg.h.ch = fstart;
wreg.h.cl = fend;
intr(0x10,&wreg);
}